home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / HEXEDIT / HEXEDIT.PRG < prev    next >
Encoding:
Text File  |  1998-05-26  |  372 b   |  8 lines

  1. **  The HexEdit form accepts a parameter containing the path to the
  2. **  file to edited.  If an SCX is the main program in an APP file, 
  3. **  it does not accept parameters passed from outside the app.  So 
  4. **  this is just a shell prg to pass the parameter to the form.  This 
  5. **  prg becomes the main program in the app.
  6. PARAMETER Param1
  7. DO FORM HEXEDIT WITH PARAM1
  8.